From: Paul Donald Date: Sun, 8 Jun 2025 20:59:41 +0000 (+0200) Subject: luci-theme-*: layout improvements X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=1be1deb9ecd90608d60503bcc34b2ee487c1e602;p=project%2Fluci.git luci-theme-*: layout improvements bootstrap now utilizes more screen width for main content Signed-off-by: Paul Donald --- diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 67c23fe43d..c9c11ea45c 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -291,8 +291,7 @@ body { } .container { - width: 100%; - max-width: 940px; + width: 86%; margin-left: auto; margin-right: auto; zoom: 1;